/*äº§å“å±•ç¤º*/
.pro-center {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 35px 0 30px 0;
    background: #ffffff;
}

.pro-center .title {
    font-size: 34px;
    text-align: center;
    padding-bottom: 5px;
    color: #333333;
    letter-spacing: 1px;
}

.pro-center .sub-title {
    font-size: 20px;
    text-align: center;
    color: #333333;
}

.pro-center .sub-title span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: auto;
}

.pro-center .sub-title span.text {
    padding: 0 10px;
}
.left-title .text{
    color: #3a3a3a;
    font-weight: normal;
}
.modeimgs3 {
    position: relative;
}
.modeimgs3 p{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: #222;
    color: #fff;
}
/*äº§å“å±•ç¤ºå·¦ä¾§*/
.indexList3{
    width: 67%;
    float: left;
}
.index_video3{
        float: right;
        width: 30.46%;
}
.left-category{
  background-color: #edf0f5;
}
.pro-left {
    float: left;
    width: 218px;
    box-sizing: border-box;
}

.pro-content {
    width: 100%;
    /* padding-top: 96px; */
}

.pro-right {
    margin-left: 218px;

}
.left-category ul{
    padding-right: 36px;
}
.pro-left .left-title {
    background: #084cad;
    height: 72px;
    line-height: 72px;
    text-align: center;
}

.pro-left .left-title span {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

/* .pro-left .left-title span.text {
    padding: 0 10px;
} */

.pro-left .left-category ul li {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #999999;
}

.pro-left .left-category ul li.on {
    background: #084cad;
    border-right: 6px solid #74b941;
    color: #FFFFFF;
}
.pro-left .left-category ul li.on a{
      color: #FFFFFF;
}
.pro-left .left-category ul li:hover {
    background: #084cad;
    border-right: 6px solid #74b941;
    color: #FFFFFF;
}

.pro-left .left-contact {
    margin-top: 37px;
    margin-bottom: 37px;
    text-indent: 70px;
    background: url(../image/tel.png) left 20px center no-repeat;
}

.pro-left .left-contact p {
    color: #317fff;
    font-size: 14px;
}

.pro-left .left-contact p.tel {
    font-size: 20px;
    padding-top: 10px;
}

/*äº§å“å±•ç¤ºå³ä¾§*/
.pro-right {
    height: 0;overflow: hidden;
}

/* .pro-right ul li {
    float: left;
    width: 300px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    margin-right: 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
    transition: all .3s linear;
}

.pro-right ul li:nth-child(3n) {
    margin-right: 0;
}

.pro-right ul li .img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.pro-right ul li img {
    width: 100%;
}

.pro-right ul li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333333;
} */

.pro-right.active {
   height: auto;
}

.pro-right ul li:hover {
    box-shadow: 0px 0px 15px #c6c6c6;
    transition: all .2s linear;
}







@media screen and (max-width:1500px) {

.indexList3 .gp-img-responsive {
    padding-bottom: 360px;
}
.pro-left .left-title {
    height: 60px;
}
.pro-left .left-category ul li{
        height: 50px;
        line-height: 50px;
}

}
@media screen and (max-width:1380px) {

.pro-left {
    width: 170px;
}
 .pro-left .left-title span{
     font-size:20px;
 }   
.left-category ul {
    padding-right: 0;
}
    .pro-left .left-category ul li{
        font-size:16px;
    }
.pro-right {
    margin-left: 170px;
}


    
}




@media screen and (max-width:1180px) {

.pro-content {
    width: 100%;
    padding-top: 0;
}

.indexList3 {
    width: 100%;
    float: none;
}
.index_video3 {
    float: none;
    width: 100%;
    margin-top: 20px;
}


}

@media screen and (max-width:768px) {

.pro-left {
    float: none;
    width: 100%;
}
.pro-right {
    margin-left:0;
}
.indexList3 .gp-img-responsive {
       padding-bottom: 56.25%;
}
.left-category ul {
    padding-right: 0;
}
.pro-left .left-title span{
    font-weight: normal;
    font-size: 20px;
    /* line-height: 29px; */
}
.pro-left .left-title {
    height: 50px;
    line-height: 50px;
}
.modeimgs3 p{
    padding: 6px 12px;
}

}